home *** CD-ROM | disk | FTP | other *** search
/ Chaos CD Blue / Chaos_CD_Blue__[1999].iso / erfa / koeln / c4.css < prev    next >
Cascading Style Sheet File  |  1999-06-16  |  2KB  |  151 lines

  1. <STYLE TYPE="text/css">
  2. <!--
  3.   BODY {
  4.       color: #000;
  5.       background: #FFF;
  6.       font-family: 15px Verdana, Arial, sans-serif
  7.       }
  8.  
  9.  
  10. /* Netscape is buggy, see 
  11. http://www.macromedia.com/support/test_style_navbug.html */
  12.  
  13.  
  14. H1     {font-size: 100%;
  15.         color: #999;
  16.         font-family: Verdana, Arial, sans-serif;
  17.     }
  18.  
  19. H2     {font-size: 80%;
  20.         color: #999;
  21.         font-family: Verdana, Arial, sans-serif;
  22.     }
  23.  
  24. H3     {font-size: 70%;
  25.         Color: #999;
  26.         font-family: Verdana, Arial, sans-serif 
  27.     }
  28.  
  29.  
  30. TT     {color: navy;
  31.         font-size: 12pt;
  32.         weight: bold;
  33.         font-family: Verdana, Arial, sans-serif 
  34.     }
  35.  
  36. A:link  { color: coral;
  37.         font-weight: bold;
  38.         text-decoration: underline; 
  39.       }
  40.  
  41. A:visited  { color: #999; 
  42.         font-weight: bold;
  43.         text-decoration: underline; 
  44.       }
  45.  
  46. P     {font-family: 15px Verdana, Arial, sans-serif;
  47.       }
  48.  
  49. PRE.example {margin-left: 40px;}
  50.  
  51. .sidebar {
  52.       font-family: 15px Verdana, Arial, sans-serif
  53.       }
  54.  
  55.  
  56. .section {
  57.       color: #999;
  58.       font: 23px Verdana,sans-serif;
  59.       margin-left: 17px;
  60.       }
  61.  
  62. .sidebar-section {
  63.       font: 17px Verdana,sans-serif;
  64.       margin-left: 20px;
  65.       }
  66.  
  67.  
  68. .logo {
  69.       color: #999;
  70.       font: 200% Verdana,sans-serif;
  71.       text-align: center;
  72.       }
  73.  
  74. .prelude {
  75.       font-weight: bold;
  76.       }
  77.  
  78. .title {
  79.       text-align: center;
  80.       }
  81. .subtitle{
  82.       text-align: center;
  83.     font-size: 50%;
  84.       }
  85.  
  86. .cite {
  87.       text-align: justified;
  88.       background-color: #f73;   
  89.       color: #000;
  90.       border: none;
  91.       padding: 1em;
  92.       margin: 1em;
  93.       }
  94.  
  95. .content {
  96.       font: 15px Verdana, sans-serif;
  97.       margin-left:17px;
  98.       }
  99.       
  100. .sidebar-content {
  101.       font: 12px Verdana, san-serif;
  102.       margin-left: 40px;
  103. }
  104.  
  105. .content-teazer { 
  106.       font-weight: bold; 
  107.       }
  108.  
  109. .info {
  110.       font: 15px Verdana, sans-serif;
  111.       text-align: justified;
  112.       background-color: #f73;   
  113.       color: #000;
  114.       border: none;
  115.       padding: 1em;
  116.       margin: 1em;
  117.       }
  118.  
  119. .newsflash {
  120.       text-align: justified;
  121.       background-color: #eee;   
  122.       border: none;
  123.       padding: 1em;
  124.       margin: 0em 4em 1em
  125.       }
  126.  
  127. .meldung {
  128.       font: 15px Verdana, sans-serif;
  129.       margin-left: 40px;
  130.       text-align: justified;
  131.       border: none;
  132.       margin: -1em 1em 1em;
  133.       }
  134.  
  135. .meldung-date {
  136.       weight: bold;    
  137.       }
  138.  
  139.  
  140. IMG.image-a {
  141.       float: right;
  142.       }
  143.  
  144. IMG.image-b {
  145.       float: right;
  146.       }
  147.       
  148. -->
  149. </STYLE>
  150.  
  151.